3.828 \(\int \frac{x^3 (a+b x)^2}{\sqrt{c x^2}} \, dx\)

Optimal. Leaf size=57 \[ \frac{a^2 x^4}{3 \sqrt{c x^2}}+\frac{a b x^5}{2 \sqrt{c x^2}}+\frac{b^2 x^6}{5 \sqrt{c x^2}} \]

[Out]

(a^2*x^4)/(3*Sqrt[c*x^2]) + (a*b*x^5)/(2*Sqrt[c*x^2]) + (b^2*x^6)/(5*Sqrt[c*x^2]
)

_______________________________________________________________________________________

Rubi [A]  time = 0.0347383, antiderivative size = 57, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1 \[ \frac{a^2 x^4}{3 \sqrt{c x^2}}+\frac{a b x^5}{2 \sqrt{c x^2}}+\frac{b^2 x^6}{5 \sqrt{c x^2}} \]

Antiderivative was successfully verified.

[In]  Int[(x^3*(a + b*x)^2)/Sqrt[c*x^2],x]

[Out]

(a^2*x^4)/(3*Sqrt[c*x^2]) + (a*b*x^5)/(2*Sqrt[c*x^2]) + (b^2*x^6)/(5*Sqrt[c*x^2]
)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.9882, size = 54, normalized size = 0.95 \[ \frac{a^{2} x^{2} \sqrt{c x^{2}}}{3 c} + \frac{a b x^{3} \sqrt{c x^{2}}}{2 c} + \frac{b^{2} x^{4} \sqrt{c x^{2}}}{5 c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**3*(b*x+a)**2/(c*x**2)**(1/2),x)

[Out]

a**2*x**2*sqrt(c*x**2)/(3*c) + a*b*x**3*sqrt(c*x**2)/(2*c) + b**2*x**4*sqrt(c*x*
*2)/(5*c)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00994731, size = 35, normalized size = 0.61 \[ \frac{x^4 \left (10 a^2+15 a b x+6 b^2 x^2\right )}{30 \sqrt{c x^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(x^3*(a + b*x)^2)/Sqrt[c*x^2],x]

[Out]

(x^4*(10*a^2 + 15*a*b*x + 6*b^2*x^2))/(30*Sqrt[c*x^2])

_______________________________________________________________________________________

Maple [A]  time = 0.005, size = 32, normalized size = 0.6 \[{\frac{{x}^{4} \left ( 6\,{b}^{2}{x}^{2}+15\,abx+10\,{a}^{2} \right ) }{30}{\frac{1}{\sqrt{c{x}^{2}}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^3*(b*x+a)^2/(c*x^2)^(1/2),x)

[Out]

1/30*x^4*(6*b^2*x^2+15*a*b*x+10*a^2)/(c*x^2)^(1/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.34642, size = 73, normalized size = 1.28 \[ \frac{\sqrt{c x^{2}} b^{2} x^{4}}{5 \, c} + \frac{\sqrt{c x^{2}} a b x^{3}}{2 \, c} + \frac{\sqrt{c x^{2}} a^{2} x^{2}}{3 \, c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^2*x^3/sqrt(c*x^2),x, algorithm="maxima")

[Out]

1/5*sqrt(c*x^2)*b^2*x^4/c + 1/2*sqrt(c*x^2)*a*b*x^3/c + 1/3*sqrt(c*x^2)*a^2*x^2/
c

_______________________________________________________________________________________

Fricas [A]  time = 0.207325, size = 49, normalized size = 0.86 \[ \frac{{\left (6 \, b^{2} x^{4} + 15 \, a b x^{3} + 10 \, a^{2} x^{2}\right )} \sqrt{c x^{2}}}{30 \, c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^2*x^3/sqrt(c*x^2),x, algorithm="fricas")

[Out]

1/30*(6*b^2*x^4 + 15*a*b*x^3 + 10*a^2*x^2)*sqrt(c*x^2)/c

_______________________________________________________________________________________

Sympy [A]  time = 2.66987, size = 60, normalized size = 1.05 \[ \frac{a^{2} x^{4}}{3 \sqrt{c} \sqrt{x^{2}}} + \frac{a b x^{5}}{2 \sqrt{c} \sqrt{x^{2}}} + \frac{b^{2} x^{6}}{5 \sqrt{c} \sqrt{x^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**3*(b*x+a)**2/(c*x**2)**(1/2),x)

[Out]

a**2*x**4/(3*sqrt(c)*sqrt(x**2)) + a*b*x**5/(2*sqrt(c)*sqrt(x**2)) + b**2*x**6/(
5*sqrt(c)*sqrt(x**2))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.213407, size = 55, normalized size = 0.96 \[ \frac{1}{30} \, \sqrt{c x^{2}}{\left (3 \,{\left (\frac{2 \, b^{2} x}{c} + \frac{5 \, a b}{c}\right )} x + \frac{10 \, a^{2}}{c}\right )} x^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^2*x^3/sqrt(c*x^2),x, algorithm="giac")

[Out]

1/30*sqrt(c*x^2)*(3*(2*b^2*x/c + 5*a*b/c)*x + 10*a^2/c)*x^2